Fox's Git Mirrors
Commit ed14aa6faae0c8daabc840d0c090bdc96d6f0bc0
Parents : f1ec12a
Author : MVL <manuel@alumni.virginia.edu>
Signature : Signature validation error
Date : 2026-05-24T11:45:01-04:00
Committer : GitHub <noreply@github.com>
Date : 2026-05-24T08:45:01-07:00
Honda - cardocs disclaimer for Alpha longitudinal (#3159)
* Include Alphalong footnotes
* whitespace fix
Changes
Diff
diff --git a/opendbc/car/honda/values.py b/opendbc/car/honda/values.py
index 8a9d6556..f7111248 100644
--- a/opendbc/car/honda/values.py
+++ b/opendbc/car/honda/values.py
@@ -111,11 +111,16 @@ class HondaCarDocs(CarDocs):
self.car_parts = CarParts.common([harness])
+ if CP.alphaLongitudinalAvailable:
+ self.footnotes.append(Footnote.HONDA_ALPHALONG)
class Footnote(Enum):
CIVIC_DIESEL = CarFootnote(
"2019 Honda Civic 1.6L Diesel Sedan does not have ALC below 12mph.",
Column.FSR_STEERING)
+ HONDA_ALPHALONG = CarFootnote(
+ "Enabling longitudinal control (alpha) will disable all CMBS functionality, including AEB and FCW.",
+ Column.LONGITUDINAL)
@dataclass
Served by rngit 1.5.0 - Generated in 0.04s